type crypto/tls.certificateStatusMsg

6 uses

	crypto/tls (current package)
		conn.go#L1131: 		m = new(certificateStatusMsg)
		handshake_client.go#L551: 	cs, ok := msg.(*certificateStatusMsg)
		handshake_messages.go#L1532: type certificateStatusMsg struct {
		handshake_messages.go#L1537: func (m *certificateStatusMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1556: func (m *certificateStatusMsg) unmarshal(data []byte) bool {
		handshake_server.go#L566: 		certStatus := new(certificateStatusMsg)